﻿.kj-footer {
    /*height: 300px;*/
    background-color: #f0f0f0;
    text-align: center;
}

    .kj-footer .container {
        height: 100%;
    }

        .kj-footer .container .kj-footer-one {
            height: 79px;
            margin-top: 35px;
            padding-bottom: 17px;
            border-bottom: 2px solid #fff;
        }

            .kj-footer .container .kj-footer-one > div {
                height: 100%;
            }

                .kj-footer .container .kj-footer-one > div > div:nth-child(1) {
                    width: 70px;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .kj-footer .container .kj-footer-one > div > div:nth-child(2) h5 {
                    font-size: 17px;
                    color: #2c79b9;
                }

                .kj-footer .container .kj-footer-one > div > div:nth-child(2) h4 {
                    font-size: 12px;
                }

        .kj-footer .container .kj-footer-two {
            margin: 10px auto 28px;
        }

        .kj-footer .container .row div h5 {
            color: #333333;
            position: relative;
        }

            .kj-footer .container .row div h5 span {
                display: block;
            }

        .kj-footer .container .row div ul {
            padding-left: 0;
        }

        .kj-footer .container .row div a {
            color: #898989;
            display: block;
            font-size: 12px;
            padding: 6px 0;
        }

            .kj-footer .container .row div a:hover {
                color: #f40600;
            }

        .kj-footer .container .row div .kj-footer-wx h5 {
            color: #8a8a8a;
            line-height: 22px;
            margin-bottom: 0px;
            margin-top: 8px;
        }

        .kj-footer .container .kj-footer-text h4 {
            font-size: 12px;
            line-height: 18px;
            color: #8a8a8a;
            text-align: center;
        }


@media screen and (max-width: 1024px) {
    .kj-footer .container .kj-footer-one {
        height: 61px;
    }

    .kj-footer .container .row .pull-left {
        height: 100%;
    }

        .kj-footer .container .row .pull-left h5 {
            height: 100%;
            line-height: 1.5;
        }

        .kj-footer .container .row .pull-left h4 {
            display: none;
        }

    .kj-footer .container .kj-footer-two {
        margin-top: 28px;
    }

}
@media screen and (max-width: 767px) {
    .kj-footer {
        background-color: #1068b1;
        display:none;
    }

        .kj-footer .container .row div h5 {
            height: 20px;
            color: #fff !important;
            font-size: 12px;
        }

            .kj-footer .container .row div h5 span {
                color: #becfe4;
                display: inline-block;
                padding-left: 6px;
            }

        .kj-footer .container .row div a {
            color: #becfe4;
        }

        .kj-footer .kj-arrow::after {
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            background-image: url(../img/jiantou.png);
            position: absolute;
            left: 300px;
            top: 1px;
        }

        .kj-footer img {
            margin: 0 auto;
        }

    .kj-navbar-phone-top{
        margin:0;
        padding:0 15px;
    }
    .kj-main-article-title{
        text-align:right;
    }

}